From: Stephen Eglen Date: Mon, 2 Dec 2002 20:57:42 +0000 (+0000) Subject: (main): Tell user how to start server within Emacs if socket could not X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54291 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=45adde3246593cb0710ca6976ac536ce3d798c6e;p=emacs.git (main): Tell user how to start server within Emacs if socket could not be found. --- diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 81245bcd66a..9a4a974c946 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -380,7 +380,8 @@ main (argc, argv) /* `stat' failed */ if (errno == ENOENT) fprintf (stderr, - "%s: can't find socket; have you started the server?\n", + "%s: can't find socket; have you started the server?\n\ +To start the server in Emacs, type \"M-x server-start\".\n", argv[0]); else fprintf (stderr, "%s: can't stat %s: %s\n",